home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 September / macformat-004.iso / Shareware City / Utilities / Frank Black 1.0d4 Folder / Frank Black READ ME next >
Encoding:
Text File  |  1994-05-21  |  4.2 KB  |  117 lines  |  [TEXT/R*ch]

  1. Frank Black -- the unobtrusive screen-saver
  2. Program and documentation © 1993,4 Integer Poet Software, All Rights Reserved.
  3. Screen-dimming code: Matt Slot, fprefect@engin.umich.edu
  4. support: gurgle@netcom.com
  5.  
  6. What is it?
  7. -----------
  8.  
  9. It's yet another screen-saver. All this saver does is to 'dim' the
  10. screen using the video hardware. This is quite a nice effect on RGB
  11. screens. It might be awful on LCD screens like on various PowerBooks,
  12. and it might be awful on monochrome screens. I haven't seen it on a
  13. grey-scale screen, but I suspect it might work as nicely as on an RGB
  14. screen.
  15.  
  16. Do I really need a screen saver?
  17. --------------------------------
  18.  
  19. Nope. Not if you're running an RGB screen, like the ones Frank Black is
  20. designed for. If you want more evidence, read the screen-saver FAQ,
  21. available at a net site near you.
  22.  
  23. OK, genius, then why should I run this software?
  24. ------------------------------------------------
  25.  
  26. I wrote it to reduce the distraction of another busy image on my (real,
  27. not virtual) desktop. Darkening the screen seems to reduce the monitor
  28. to the distraction potential of a cardboard box.
  29.  
  30. Why is Berkeley Systems making so much money off of After Dark?
  31. ---------------------------------------------------------------
  32.  
  33. They write good animations. Plus, AD works on screens which actually
  34. need screen savers. Frank Black does not.
  35.  
  36. Why do I want this one instead of all the others?
  37. -------------------------------------------------
  38.  
  39. This might be the simplest Macintosh screen-saver ever. No flying
  40. toasters, no big bitmaps to eat up memory, none of that. And I owe
  41. credit for the screen dimming code to somebody else, which makes the
  42. thing extra simple, from my perspective.
  43.  
  44. There are other minimalist screen-savers. Why do I want this one?
  45. -----------------------------------------------------------------
  46.  
  47. I don't know. I wanted it. Maybe you will, too.
  48.  
  49. Is it stable?
  50. -------------
  51.  
  52. I have been using it on my Quadra 800 (built-in RGB) running 7.1 for
  53. months. It should simply fail on non-RGB hardware. Eventually I may
  54. bother to put in a check for RGB hardware and refuse to load if it's
  55. not present. I may also put in a check for KGB hardware and have the
  56. program declare a time-warp in Russia if it finds any.
  57.  
  58. How do I install it? How do I remove it?
  59. ----------------------------------------
  60.  
  61. Drop it in your System Folder. Take it right out. Do the hokey-pokey
  62. and turn yourself about.
  63.  
  64. That's it? No Control Panel?
  65. ----------------------------
  66.  
  67. This is a "development" version. You can only configure it with
  68. ResEdit. And it's free -- you have gotten a little more than what you
  69. paid for.
  70.  
  71. The variables you can change: in the Frank Black extension file is a
  72. 'STR#' 128 resource.
  73.  
  74. The first string in that resource is the number of minutes FB should
  75. wait before dimming the screen. If this number is less than 3, FB
  76. assumes you meant 3.
  77.  
  78. The second string is the percentage you want FB to dim the screen when
  79. it's time to dim the screen. If this number is less than 50%, FB
  80. assumes you meant 50%.
  81.  
  82. The variable you can't change: the "dim now" corner is in the upper
  83. left. Drag the mouse pointer up there to see what this is like.
  84.  
  85. Can I give it away?
  86. -------------------
  87.  
  88. The question shouldn't be "am I allowed?" Instead it should be "should
  89. I?" You would probably be doing naive users a huge disservice if you
  90. were to give this to them and say "go!" I have intended to release
  91. this to reasonably knowledgeable users on the internet who know what
  92. to do if their Mac blows up after having installed a new extension.
  93.  
  94. Anyway, as far as the licensing issues go, yes, give it away. Charge a
  95. reasonable copying fee for it. Put it on your CD ROM. Whatever you do,
  96. *don't* call me or write me just to see if you can redistribute this
  97. program. I don't want to hear legal mumbo-jumbo and claims of wide
  98. distribution. Just do it.
  99.  
  100. You have a rotten attitude.
  101. ---------------------------
  102.  
  103. I know. Buzz off.
  104.  
  105. Version history
  106. ---------------
  107.  
  108. 1.0d2    first public release
  109. 1.0d3    added:        control over sleep delay
  110.         changed:    darkness % from 10 to 15
  111.         improved:    bug with power key when mouse in "sleep now" corner
  112.         removed:    screen saver Gestalt protocol notification --
  113.                     SuperClock keeps ticking
  114.         revised:    documentation (this file)
  115. 1.0d4    added:        control over darkness %
  116.         revised:    documentation (this file)
  117.